[game] How to write ::: in cpp and ??? in c#?
        Posted  
        
            by daveny
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by daveny
        
        
        
        Published on 2010-03-23T20:59:03Z
        Indexed on 
            2010/03/23
            21:03 UTC
        
        
        Read the original article
        Hit count: 287
        
These questions are a kind of game, and I did not find the solution for them. It is possible to write ::: in Cpp without using "" or anything like this and the compiler will accept it. (macro-s are prohibited too)
And the same is true for C# too, but in C#, you have to write ???.
I think Cpp will use the :: scope operator and C# will use '? :' , but I do not know the answers to them.
Any idea?
© Stack Overflow or respective owner